home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5771 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.rmii.com!usenet
  2. From: jcoffin@rmii.com (Jerry Coffin)
  3. Newsgroups: comp.os.ms-windows.programmer.win32,comp.lang.basic.visual.misc,comp.os.ms-windows.programmer.ole,comp.lang.c++
  4. Subject: Re: Calling 32-bit DLLs from 16-bit-Applications
  5. Date: Tue, 06 Feb 1996 20:38:25 GMT
  6. Organization: TAEUS
  7. Message-ID: <4f8a2p$sgq@natasha.rmii.com>
  8. References: <4enu1u$20c_001@adv.magwien.gv.at> <3110E37C.352C@novabase.pt> <31128F40.592@skypoint.com>
  9. NNTP-Posting-Host: slip22157.rmii.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Troy Barlow <tbarlow@skypoint.com> wrote:
  13.  
  14. >Filipe Cust=?iso-8859-1?Q?=F3dio ?= wrote:
  15. >> 
  16. >> You must use universal Thunks. However, your program will not run under
  17. >> NT or Win32s.
  18. >> 
  19.  
  20. >  Not true. In fact Universal Thunk only works under Win32s. Under
  21. >Win 95 he needs to use the thunk compiler to generate thunk code. Under
  22. >Win NT no thunking is possible.
  23.  
  24. Actually, thunking is possible on NT, but only in one direction: you can
  25. call a 32 bit DLL from 16 bit code, but you can't call a 16 bit DLL from
  26. 32 bit code.
  27.  
  28.